home *** CD-ROM | disk | FTP | other *** search
- To remove the "Logo Screen" pause ("Hit any Key to Continue"),
- in IBM's Wordproof II,
- use debug to do the following:
-
- ren wp.exe wp.eee
- debug.wp.eee
- u494 (you will see a string that starts with E8)
- e494
- E8.90 xx.90 xx.90 xx.(Hit ENTER here)
- (Enter each byte at the dot prompt, and hit the space bar to continue.
- After you enter the third byte, hit SPACE;
- when the fourth byte is displayed, just hit RETURN.
- w
- q
- ren wp.eee wp.exe
-
- You can now use Wordproof without the pause at the opening screen.
- Just enter the following: WP [d:] [filename.ext]
- and you will promptly find yourself in EDIT mode with the document loaded.
-
- Note: Unless the document is on the same drive as Wordproof's specified
- default drive, you MUST use a drive letter to designate the file to edit.
-